Viewer State Flags
TheQ3ViewerGetState
function returns a long integer that encodes information about the current state of a viewer object. Bits of the returned long integer are addressed using these viewer state flags:
enum { kQ3ViewerEmpty = 0, kQ3ViewerHasModel = 1 };Constant descriptions
kQ3ViewerEmpty
- If this flag is set, there is no image currently displayed by the specified viewer object.
kQ3ViewerHasModel
- If this flag is set, there is an image currently displayed by the specified viewer object.